
Traverse.java

Traverses the JCR item tree, starting with the specified absolute path.

To run:
  javac Traverse.java
  java Traverse <databaseURL> <userName> <password> <absPath>

For example:
  java Traverse jdbc:oracle:oci:@ scott tiger /public/testdata/pics/puppy.jpg


